Revision: kernel-package--devel--9.0--patch-24
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Tue Jul 19 11:51:43 CDT 2005
Standard-date: 2005-07-19 16:51:43 GMT
Modified-files: ChangeLog kernel/ChangeLog kernel/rules
    make-kpkg
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-24
Summary: Undo the demangling of the Makefile in the scrpts dir
Keywords: 

Since the scripts dir Makefile started nuking ./debian directories
willy-nilly, we have been moving it out of place and replacing it with an
innocuous replacement. Now that we are shipping the scripts dir in the
headers package, and since the headers package does not have a ./debian
directory we care about, we undo the move and ship the upstream
Makefile. 

* kernel/rules (real_stamp_headers): Undo the demangling of the Makefile
  in the scrpts dir, as

* make-kpkg (main): Since we modified the regular expression for the
  config target, we need to adjust the check as well.

